@charset "utf-8";
                                                                                                                                                                                                     
/*
	Thank you kindly Eric Meyer for CSS reset code.
	Because browsers can't play with each other nicely, spoilt brats.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.group:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}
html.group {height: 1%;}
:first-child + html .group {min-height: 1px;}

body {
    line-height: 1;
    height: 100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
    outline-style: none;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END OF BROWSER CSS RESET. */

/*
	Click a Cab Global Style Sheet
	NEEDS TIDYING UP BIG TIME
*/

body,td,th {
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
}

body {

    /*background-image: url(/imgs/css/templates/public/standard/background_gradient.png);*/
    background-repeat: repeat-x;
    margin-top: 0px;
}

* {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    outline-style:none;
}

input[type=image] {
    outline: none;
}

a:active, a:focus {outline: 0;}

a:link {
    color: #15656B;
}

a:visited {
    color: #15656B;
}

a:active {
    color: #15656B;
}

a:hover {
    outline-style:none;
}

a:focus {
    outline-style:none;
}

.cleaner{
    clear: both;
    margin: 0;
    padding: 0;
    height: 1px;
    overflow: hidden;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

h2 {
    font-size: 18px;
    color: #527325;
    clear: both;
}

.leftFloat {
    float: left;
}

.rightFloat {
    float: right;
}

textarea {
	resize: vertical;
}

/* @group Notifications */

.alert-message.error {
    border: 1px solid #CC0000;
    margin: 0 auto;
    width:  100%;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    background-color:  #FFEBE8;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.alert-message.success {
    border: none;
    margin: 0 auto;
    width:  800px;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:  #B6DAB0;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

/* @end */

#alert {
    border: 1px solid #CC0000;
    margin: 0 auto;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:  #FFEBE8;
    color: #333333;
    text-align: center;
}

/* @group Main Divs */

#Centre_Column {
    margin: auto;
    width: 900px;
    height: 100%;
    position: relative;
}

#MainMenu {
    float: left;
    border: none;
}

#MainMenu a.first {
    padding-left: 3px;
}

#MainMenu dd {
    float: left;
    border: none;
}

#MainMenu a {
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}

#MainMenu a:link {
    text-decoration: none;
}

#MainMenu a:hover {
    text-decoration: underline;
}

/* @end */
/* @group Top Navigation */

#Top_Navigation {
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: rgb(53,110,149);
}

.underShadow {
    -moz-box-shadow: 0px 3px 5px #666;
    -webkit-box-shadow: 0px 3px 5px #666;
    box-shadow: 0px 3px 5px #666;
    height: 1px;
    margin-top: -3px;
}

#Top_Navigation_Utmost {
    height: 60px;
    width: 100%;
    padding-top: 15px;
}

/* @end */
/* @group  Top Nav Right */

#Top_Navigation_right {
    width: 300px;
    float: right;
    padding-top: 5px;
}

#International {
    padding-top: 5px;
    padding-left: 80px;
    width: 120px;
    height: 0px;
    text-align: right;
    display: none;
}

#International #Flags {
    margin-right: 20px;
}

#International img {
    padding-top: 3px;
    padding-right: 2px;
    cursor: pointer;
}

#Phone_number div {
    margin: 0;
    padding: 0;
    text-align: right;
}

#Phone_number a {
    width: 300px;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    color: #048cde;
    text-align: right;
    text-decoration: none;
    position: absolute;
}

/* @end */
/* @group Top Nav Left */

#Top_Navigation_left {
    width: 450px;
    float: left;
}

#Top_Navigation_left #Icon {
    float: left;
    padding-right: 15px;
}

#Top_Navigation_left #Text {
}

#Top_Navigation_left #Site_Title {
    color: #048cde;
    font-size: 30px;
}

#Top_Navigation_left #Site_Blurb {
    color:  #535353;
    font-size: 14px;
    line-height: 20px;
}
/* @end */
/* @group Top Navigation Menu */

#Top_Navigation_Menu {
    width: 100%;
    height: 50px;
    background-image:url('/imgs/css/templates/public/standard/lang_images/en/menu_bar.png');
    background-position:bottom;
    background-repeat: no-repeat;
}

#Top_Navigation_Menu dl {
    padding-left: 10px;
}

#Top_Navigation_Menu dd {
    float: left;
    margin-top: -4px;
    cursor: pointer;
    margin-right: 5px;
}

/* @end */

/* @group Banner */

#Banner, banners {
    width: 600px;
    height: 180px;
    border-radius: 0px 20px 0px 20px;
    border: 1px solid #CCCCCC;
    background-color: #F3F3F3;
}

#Local_Info {
    width: 602px;
    height: 50px;
    border-radius: 0px 0px 0px 20px;
    background-color: #F3F3F3;
    z-index: 1;
}

/* @end */
/* @group Main Content */

#Middle_Content {
    width: 100%;
    margin-top: 10px;
}

/* @group Left Column */

#Left_Column {
    position: absolute;
    float: left;
    width: 300px;
}

#Left_Column #Windows {
    margin-top: 25px;
}

#Left_Column #Windows div {
    margin: 0 auto;
    margin-bottom: 15px;
}
/* @end */

/* @group Right Column */
#Right_Column {
    float: right;
    width: 600px;
}

#Full_Column {
    width: 900px;
}

#BookOnlineArrows {
    margin-top: 0px;
}

#BookOnlineBanner {
    width: 600px;
    height: 10px;   
}

#Promos {
    margin-top: 20px;
}

#Promos p {
    text-align: right;
    padding-top: 5px;
    font-size: 11px;
    color: #191919;
}

#Promos img {
    margin-right: 13px;
    border: none;
}

#Promos a:visited {
    border: none;
}

#Promos .last {
    margin-right: 0px;
}

#Promos_Text {
    height: 50px;
    width: 600px;
    margin-top: 10px;
}

#Promos_Text #Stack_Bg {
    background-image: url('/imgs/css/templates/public/standard/stack_booknow_left.png');
    background-repeat: no-repeat;
    height: 34px;
    width: 600px;
    font-size: 12px;
    color: #FFFFFF;
}

#Promos_Text #Stack_Txt {
    padding-left: 30px;
    float:  left;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #FFFFFF;
}

#Promos_Text #Stack_Btn {
    float: right;
    background-image: url('/imgs/css/templates/public/standard/coach_stack_booknow_right.png');
    background-repeat:  no-repeat;
    height: 33px;
    width: 159px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top:  1px;
}

#Promos_Text #Stack_Btn p {
    line-height: 34px;
    color: #ffffff;
}

#Promos_Text a {
    text-decoration: none;
    outline-width: 0px;
}

#Promos_Text #Stack_Btn a {
    text-decoration: none;
    outline-width: 0px;
}
#Promos_Text #Stack_Btn:hover {
    background-position: -159px;
}

#Textual_Content {
    min-height: 500px;
}
#Textual_Content, #Error_Content {
    
    background-color: #ffffff;
    width: 600px;
    padding-top: 20px;
    padding-bottom: 0px;
    border: 1px solid #cccccc;
    border-radius: 0px 15px 15px 15px;
    -webkit-border-radius: 1 0px 15px 15px 15px;
    -moz-border-radius:  0px 15px 15px 15px;
    line-height: 16px;
}
#Textual_Content dl {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
#Textual_Content p {
    margin:  5px;
    margin-bottom: 10px;
}
#Textual_Content dt, #Error_Content h2.errorHeader, #Textual_Content h2.textualHeader {
    padding-bottom: 5px;
    border-bottom: 1px solid #D5D5D5;
    font-size: 20px;
    color: #15656B;
    font-weight: 600;
}
#Textual_Content h2 {
	margin: 0px 30px;
}
#Textual_Content ul.pagination {
    width: 135px !important;
}
#Textual_Content .pagination li {
    background: none repeat scroll 0 0 transparent;
    clear: none;
    padding: 0;
}
.error-page {
	margin: 120px 40px !important;
	padding: 40px 30px !important;
	font-size: 13px;
	border-radius: 10px !important;
}			
.error-page dt{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

#Textual_Content dd {
    padding-top: 10px;
    border-top: 1px solid #FFFFFF;
}

#Textual_Content ul {
    margin-top:  15px;
    margin-bottom:  15px;
    margin-right: 25px;
    list-style: none;
    padding-left: 20px;
}

#Textual_Content li {
    padding-left: 20px;
    background-image:  url(/imgs/common/tick.png);
    background-size: 12px 12px;
    background-repeat:  no-repeat;
    background-position: 0% 50%;
    padding-bottom: 3px;
    clear: both;
}

#Textual_Content .listTitle {
    font-size: 14px;
    color: #048bdc;
    font-weight: 600;
    list-style: none;
    padding-left: 0;
    background-image:  none;
}

#Textual_Content .list {
    display: table;
    margin: 0 auto;
}

h2.errorHeader {
    margin: 0px 30px 30px 30px;
}     
h2.errorHeader {
	margin-bottom: 20px;
}

/* @end */

/* @group Image Sprites */

#Sprt_Instant_Quote {
    width: 149px;
    height: 42px;
}

#Sprt_Credit_Cards {
    width: 178px;
    height: 40px;
}

#Sprt_Carbon_Offsetting {
    width: 185px;
    height: 91px;
}

#Sprt_Secured_By_Sage {
    background-image: url('/imgs/css/templates/public/standard/SecuredBySagePay.png');
    width: 177px;
    height: 63px;
}

/* @end */



/* @group Footer */
#Bottom_Footer {
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding-top: 5px;
    margin-top: 15px;
    color: #535353;
    padding-bottom: 20px;
}

.single_column #Bottom_Footer {
    width: 800px;
}

#confirmation_details {
    text-align: center;
    font-size: 14px;
    padding: 25px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #cccccc;
    margin: 0 auto;
    color: #525252;
    background-color: #90C3E7;
}

#warning_message {
    text-align: left;
    font-size: 14px;
    padding: 25px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #cccccc;
    margin: 0 auto;
    color: #525252;
    background-color: #FFEBE8;
}

#warning_message p {
    padding-top: 10px;
    padding-bottom: 5px;
}

#confirmation_details  dt{
    font-size: 14px;
}

#confirmation_details p {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
}

.route_information dt {
    font-weight:  bold;
}

.route_information img {
    border: 1px solid #CCCCCC;
}

.vehicleChoice {
    text-align: right;
}

#Booking_Form legend {
    font-weight: bold;
    padding-top: 15px;
    font-size: 14px;
    color: #D4E3F5;
}

.small-italic {
    font-size: 10px;
    font-style: italic;
}

#form_list {
    text-align: left;
}

#form_list dl {
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    width: 100%;
    clear: both;
}

#form_list dt {
    float: left;
    padding-bottom: 5px;
    border-bottom: none;
    font-size: 12px;
    color: #535353;
    font-weight: normal;
}

#form_list dd {
    float: right;
    text-align: right;
    padding-top: 0px;
    border-top: 1px solid #FFFFFF;
}

.signup_form {
    background-color: #cccccc;
}

#faq_list dl {
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    width: 100%;
    text-align:  left;
    clear: both;
}

#faq_list dt {
    padding-bottom: 5px;
    border-bottom: none;
    font-size: 14px;
    color: #535353;
    font-weight: normal;
    font-weight: bold;
}

#faq_list .question {
    font-weight: bold;
    font-style: italic;
}

.paymentsform select {
    width: 205px;
}

.waiting_message {
    background-color: #B2D5AC;
    border-top: #999999;
    border-bottom: #999999;
    height: 0px;
    display: none;
    color: #535353;
}

.middle_padding {
    padding: 10px;
    padding-bottom: 0px;
}

.waiting_message .content {
    padding: 15px;
    font-size: 12px;
    color: #535353;
}

.waiting_message .title {
    font-size: 14px;
    font-weight: bold;
}

.extended_select {
    width: 510px;
}

ol.checkout-progress
{
    position: relative;
    display: block;
    width: 550px;
    margin-top: 15px;
    float: right;
    border-top: 1px #ffffff solid;
    font-size: 10px;
}

ol.checkout-progress li.complete a{
    color: #CECECE;
    text-decoration: none;
    border-bottom: none;
}

ol.checkout-progress li.complete a:hover {
    color: white;
}

ol.checkout-progress li.current {
    color: #90C3E7;
    font-weight: bold;
}

ol.checkout-progress li.current a{
    text-decoration: none;
    border-bottom: none;
}

.floatLeft {
    float: left;
    text-align: left;
    overflow: hidden;
}

.login_buttons {
    width: 480px;
    margin: 0 auto;
}

.proceed_button {
    width: 175px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.login_buttons div {
    float:left;
    margin-bottom: 30px;
    margin-right: 20px;
}

div.fieldset {
    border: none;
    padding: 25px;
    padding-bottom: 0px;
    border-bottom: 1px #ffffff dotted;
}

.cleaner {
    padding: 0;
    margin: 0;
    height: 0;
}

#securepay {
    text-align: left;
    margin-left: 50px;
    width: 440px;
    margin-bottom: 25px;
}

#securepay b {
    color: #90C3E7;
}

#securepay img {
    text-decoration: none;
}

.fieldset_button a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
}

#register_panel {
    background-color: #535353;
}

.option_text {
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #B6DAB0;
}

.reg_options {
    width: 375px;
    margin-bottom: 25px;
}

.reg_options ul {
    list-style: square;
    padding-left: 25px;
}

.clear_select {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}

input:focus[type=image] {
    outline-style: none;
    outline: none;
    border: none;
}

#LiveChat {
    width: 180px;
    text-align: center;
}

#cBook_people {
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    padding-top: 3px;
    width: 40px;
}

.paymentsform small {
    font-size: 10px;
}

.promo_direction_buttons input {
    float: left;
    width: 300px;
    margin: 25px;
    height: 50px;
    background-color: #008AE2;
    border: none;
    font-size: 12px;
    color: white;
    font-weight: normal;
    font-family: helvetica, arial;
    letter-spacing: 1px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius-topleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    cursor: pointer;
}

.promo_direction_buttons input:hover {
    background-color: #043474;
}

#Promo_Gap {
    height: 20px;
}

#promo_table th {
    text-align: center;
    padding-bottom: 10px;
    background-color: #535353;
    color: white;
    padding: 5px;
    vertical-align: middle;
}

#promo_table td {
    padding: 8px;
    text-align: center;
}

.contact_form {
    font-size: 12px;
}

.contact_form p {
    font-weight: bold;
    padding-bottom: 5px;
}

.contact_form input[type="text"], .contact_form textarea {
    font-size: 16px;
    padding: 3px;
    width: 100%;
    color: #535353;
}

.contact_form select {
    font-size: 16px;
    padding: 5px;
    color: #535353;
}

.contact_form input.small_input {
    width: 100px;
}

.contact_form textarea {
    height: 100px;
}

.contact_form .Form_Error {
    background-color: rgb(204, 0, 0);
    color: white;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0;
    padding: 3px;
}

.companyDetails {
    padding: 20px;
    background-color: #F9F9F9;
    margin-bottom: 15px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.companyDetails address {
    padding-left: 20px;
}

.vehiclePriceColumn {
    display: none;
}

.ServiceProvider {
    text-align: right;
    font-size: 10px;
    font-weight: bold;
}

.SaloonNotice {
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
}

.iq_stage_text {
    background-color: #048CDE;
    border-top: #999999;
    border-bottom: #999999;
    color: white;
    text-align: center;
    padding: 3px;
    letter-spacing: 1px;
}

#logo_header {
    height: 90px;
    text-align: center;
}

.single_column_padding h1 {
    padding: 15px;
    font-size: 14px;
    color: #527325;
}

.single_column_padding h2 {
    padding: 15px;
    font-size: 12px;
    color: #527325;
}

.single_column_padding p {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.1em;
}

.single_column_padding strong {

}

#siteseal {
	padding: 15px;
}

#Content_Header {
    width: 100%;
    height: 65px;
    background-color: #1E9EA7;
    background-image: url('/imgs/common/banner.php?c=turquoise');
    background-size: 32px 65px;
    border-bottom: 1px solid #15656B;
}

#Content_Header .leftFloat {
}

#Content_Header .Content {
    margin: 0 auto;
    width: 900px;
    color: white;
}

#Content_Header h1 {
    color: white;
    font-size: 27px;
    font-weight: normal;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    margin-top: 8px;
}

#Content_Header h2 {
    font-size: 12px;
    color: #FFFFFF;
}

#Content_Header h2 a {
    color: white;
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
}

#Content_Header h2 a:hover {
    text-decoration: underline;
}

#Content_Header h3 {
    margin-top: 8px;
}

/*
    Site Telephone
*/

#Content_Header .rightFloat {
    left: 987px;
    height: 80px;
    width: 275px;
    background-image: url('/imgs/common/telephone_background.png');
    background-repeat: repeat-x;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.siteTelephone .top {
    background-image: url('/imgs/common/telephone_callusnow.png');
    background-size: 140px 21px;
    background-repeat: no-repeat;
    height: 21px;
    line-height: 21px;
    font-size: 10px;
    color: #313131;
    margin: 5px;
    text-align: right;
}

.siteTelephone .top.taxicode {
    background-image: none;
    text-align: center;
}

.siteTelephone .telephone {
    font-size: 32px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    color: #527325;
} 

.siteTelephone .telephone a {
    border: none;
    text-decoration: none;
    color: #15656B;
}

#Content_Support {
    border-top: 1px solid #1E9EA7;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: white;
    background-color: #15656B;
    z-index: 10;
}

#Content_Support .Content {
    width: 900px;
    margin: 0 auto;
}

#Content_Menu {
    width: 894px;
    background-color: #F3F3F3;
    height: 25px;
    margin: 0 auto;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #CCCCCC;
    border-top: none;
    padding: 3px;
}

#Social_Links {
    text-align: right;
    height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#Social_Links div {
    float: right;
}

#Social_Links .facebook {
    color: #3B5998;
    height: 25px;
    margin-top: 3px;
}

#Social_Links .twitter {
    height: 30px;
    margin-top: 3px;
    width: 115px;
}

#Social_Links .gplus {
    margin-top: 3px;
    margin-right: 7px;
}

.SaveBookingForm dt {
        float: left;
        height: 35px;
        line-height: 35px;
        padding: 5px;
        padding-left: 15px;
        font-weight: bold;
}

.SaveBookingForm dd {
        float: right;
        height: 35px;
        line-height: 35px;
        padding: 5px;
}

.SaveBookingForm input[type="text"] {
    width: 200px;
}

.SaveBookingForm small {
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
}

.SaveBookingForm input[type="submit"] {
    margin: 10px;
    font-size: 12px;
    font-weight: bold;
}

#Callback_Form .Form_Error {
    color: red;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0;
    margin-top: 3px;
    display: table;
    width: 100%;
    padding: 2px;
    font-weight: bold;
}


#Textual_Content .vehicle-information dl {
    margin: 0;
}

.vehicle-information {
    border: 1px solid #F1F1F1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 20px;
    min-height: 130px;
}

.vehicle-information .leftFloat {
    width: 250px;
    border-right: 1px solid #F1F1F1;
    height: 100%;
}

.vehicle-information img {
    width: 250px;
    margin-top: 20px;
    position: absolute;
    
}

.vehicle-information .rightFloat {
    width: 275px;
    height: 100%;
    text-align: left;
    background-color: #F9F9F9;
    border-left: 1px solid #F1F1F1;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.vehicle-information h4 {
    padding-top: 10px;
    padding-left: 15px;
}

.vehicle-information p {
    padding-top: 10px;
    padding-left: 10px;
}

.vehicle-information .details {
    width: 90%;
    margin: 0 auto;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.vehicle-information .details dl {
    margin: 0;
    width: 100%;
}

.vehicle-information .details dd {
    float: left;
    padding-top: 0px;
    width: 33%;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 65px;
}

.vehicle-information .details div {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 55px;
}

.vehicle-information .details .passengers {
    background-image: url('/imgs/taxicode/booking_icon_people.png');
    background-size: 25px 45px;
}

.vehicle-information .details .luggage {
    background-image: url('/imgs/taxicode/booking_icon_luggage.png');
    background-size: 31px 23px;
}

.vehicle-information .details .handLuggage {
    background-image: url('/imgs/taxicode/booking_icon_smallluggage.png');
    background-size: 18px 14px;
}

.ui-widget-content {
    border: none;
}

/* @group Banner */

#Banner, .banners {
    width: 600px;
    height: 180px;
    border-radius: 0px 20px 0px 20px;
    border: 1px solid #CCCCCC;
    background-color: #F3F3F3;
}
/* @end */

/* Social Integration Style STARTS */
#Social_Links_Top_rel{       
	margin: 0 auto;
	position: relative;
	width: 900px;
}
#Social_Links_Top_abs{
	position: absolute;
	right: 295px;
	text-align: center;
	width: 285px;
	line-height: 24px;
	margin-top: -5px;
}
#Social_Links_Left {        
	width: 280px;
	margin-bottom: 20px !important;
	text-align: center !important;		
	line-height: 25px;		
}
#facebook {
	vertical-align: bottom;
	line-height: 10px;
	padding-right: 15px;
}    
#googlePlus {		
	vertical-align: bottom;
}	
#gPlusAdd #___plusone_0{
	width: 62px !important;
	vertical-align: bottom !important;
}
#linkedIn .IN-widget{       
	vertical-align: bottom !important;
	height: 20px !important;        
}
.twitter-share-button {
	vertical-align: bottom;       

}
.fb_edge_widget_with_comment {
	width: 70px;
	vertical-align: bottom;	
}	
/* Social Integration Style ENDS*/

.marginTop20 {
	margin-top: 20px !important;
}

#Banner {
	background-image: url('/imgs/coaches/Sales.png');
}

/*Sale-Banner*/
.sales-banner {
	position: absolute;
	top: 225px;
	width: 599px;
	height: 53px;
}
#Make_Payment_Widget {
	margin-top: 7px;
}
/*Send Feedback widget style STARTS*/
#SendFeedback {
	margin-bottom: 10px;
	margin-top: 7px;
}
#SendFeedback .error {
    background: none repeat scroll 0 0 #F9F9DE;
    border: 1px solid #DD4B39 !important;
}
#SendFeedback label.error {
	display: none !important;
}
#SendFeedback .help-text {
	margin-top: 7px !important;
	line-height: 14px;
	font-size: 10px;
}
#SendFeedbackToggleBarSelected, #SendFeedbackToggleBar {
    background: url('/imgs/common/thumbsup_logo.png') no-repeat scroll 3.3em 0 transparent;
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
}
#SendFeedbackToggleBar {             
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #333333;
    display: none;
}
#SendFeedbackToggleBar:hover, #SendFeedbackToggleBarSelected {
    background-color: #3E3E3E;
    color: #ffffff;    
}
#SendFeedbackToggleBarSelected {    
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;            
    display: none;
}
#SendFeedback .dotted {
    border-bottom: 1px dotted #3E3E3E;
}
#SendFeedbackMiddle {
    color: #535353;
    display: none;
}
#SendFeedbackFooter {
    display: none;
}
.sendfeedback_element {
    border-left: 1px solid #3E3E3E;
    border-right: 1px solid #3E3E3E;
    background-color: #eeeeee;            
    padding: 6px 0px 6px 10px; 
	margin-bottom: 0px !important;
}
#SendFeedback .sf_Left {    
    width: 70px;
    text-align: right !important;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 21px;
}
#SendFeedback .sf_Right {    
    float: right;
    width: 185px;
    margin-right: 10px !important;   
}        
#SendFeedback input, #SendFeedback select, #SendFeedback textarea {
    border: 1px solid gray !important;
    font-size: 13px !important;	
}
#SendFeedback input {    
    height: 15px !important;
    padding: 4px !important;    
    width: 175px !important;
}
#SendFeedback select {    
    width: 185px !important;    
}
#SendFeedback textarea {
    width: 185px;
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
}
#SendFeedback .sf_Error{
    clear: both;
    color: #DA5946;
    display: block;
    font-weight: bold;           
    text-align: center;
}        
#SendFeedbackFooter {    
    background-color: #EEEEEE;            
    height: 10px;   
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #3E3E3E;
    border-top: 0px;            
}
#Submit_Field_Feedback .button:hover {
    background-position: -253px 50%;
}
#Submit_Field_Feedback .button.getprice {
    background-image: url("/imgs/coaches/send_feedback_coach.png");       
}
#Submit_Field_Feedback .button {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 37px;
    margin: 0 auto;
    width: 252px;
} 	
#SendFeedbackMiddle, #SendFeedbackToggleBarSelected {
	margin-bottom: 0px !important;
}
#SendFeedback #Left_Column #Windows div {
	margin-bottom: 0px !important;
}
/*Send Feedback widget style ENDS*/
/*override testimonial color scheme*/
#TestimonialHeader h2, #TestimonialBody .highlight {
	color: #15656B !important
} 

#callbackTime select {
	width: 100% !important;
}
/*Area Availabe Styles*/
.area-available {   
    color: #333333;
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    padding: 0px 20px 20px 20px;
    line-height: 64px;    
    text-align: center;
    text-transform: uppercase;
}
#AreaAvailableHire {
	width: 285px;
	margin-bottom: 10px;
	cursor: pointer;
}
#AreaAvailableHeader {
    background-color: #EEEEEE;            
    height: 10px;   
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;  
    border: 1px solid #3E3E3E;
    border-bottom: 0px; 
}
#AreaAvailableMiddle {
	background: #EEEEEE;
	border-left: 1px solid #3E3E3E;
	border-right: 1px solid #3E3E3E;
}
#AreaAvailableFooter {    
    background-color: #EEEEEE;            
    height: 10px;   
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #3E3E3E;
    border-top: 0px;            
}/* @group Booking Widget */

#BIQ, .widget {
    width: 285px;
}

#BIQ h4 {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-weight: normal;
}

#BIQ #Header {
    height: 30px;
    line-height: 30px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #3e3e3e;
    background-repeat: repeat-x;
    background-position: bottom;
    border-radius: 10px 10px 0px 0px; 
    -moz-border-radius: 10px 10px 0px 0px; 
    -webkit-border-radius: 10px 10px 0px 0px;
    border: 1px solid #3e3e3e;
    border-bottom: none;
}

#BIQ #Header .leftFloat {
    font-size: 16px;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}

#BIQ #Header .rightFloat {
    height: 22px;
    line-height: 22px;
    padding-top: 5px;
    color: white;
}

#BIQ #Top {
    height: 25px;
    width: 285px;
    overflow: hidden;
}

#BIQ #Top #Top_Left {
    float: left;
    height: 25px;
    width: 250px;
    background-color: #535353;
}

#BIQ #Top #Top_Left p {
    color: #FFFFFF;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    letter-spacing: 0.5px;
    text-align: left;
}

#BIQ #Top #Top_Right {
    float: right;
    width: 35px;
    height: 25px;
    background-image: url('/imgs/css/templates/public/standard/quotebox/top-right-corner.png');
}

#BIQ #Top #Top_Left {
    float: left;
    height: 20px;
    line-height: 20px;
    width: 250px;
    background-color: #535353;
    color: #F1F1F1;
    font-size: 10px;
    text-align: center;
}

#BIQ #Top #Top_Right {
    float: right;
    width: 35px;
    height: 20px;
    background-image: url('/imgs/css/templates/public/standard/quotebox/top-right-corner.png');
}

#BIQ .BookingSteps {
    width: 285px;
    overflow: hidden;
}

#BIQ .BookingSteps dd {
    position: absolute;
    background-repeat: no-repeat;
    height: 50px;
    width: 109px;
    margin-left: -24px;
    color: white;
    font-size: 10px;
    float: left;
}

#BIQ .BookingSteps .step1 {
    background-image: url('/imgs/booking_step1.png');
    background-position: -24px;
    margin: 0;
    z-index: 4;
    margin-left: 0px;
    border-color: green;
}

#BIQ .BookingSteps .step2 {
    background-image: url('/imgs/booking_step2.png');
    left: 71px;
    z-index: 3;
    border-color: blueviolet;
}
#BIQ .BookingSteps .step3 {
    background-image: url('/imgs/booking_step3.png');
    z-index: 2;
    left: 142px;
    border-color: blue;
}
#BIQ .BookingSteps .step4 {
    background-image: url('/imgs/booking_step4.png');
    width: 95px;
    z-index: 1;
    left: 214px;
    border-color: red;
}

#BIQ #Middle {
    width: 100%;
    background-color: #535353;
    height: 100%;
}

#BIQ #Bottom.widget {
    background-color: #535353;
}

#BIQ #Bottom {
    height: 20px;
    width: 100%;
    border-radius: 0px 0px 10px 10px; 
    -moz-border-radius: 0px 0px 10px 10px; 
    -webkit-border-radius: 0px 0px 10px 10px;
}

#BIQ #Bottom #Bottom_Left {
    float: left;
    width: 95px;
    height: 10px;
    background-position: bottom;
}

#BIQ #Bottom #Bottom_Middle {
    float: left;
    width: 105px;
    height: 10px;
    background-repeat: repeat-x;
    background-position: bottom;
}

#BIQ #Bottom #Bottom_Right_Fill {
    width: 85px;
    height: 10px;
    float: right;
}

#BIQ #Bottom #Bottom_Right {
    width: 85px;
    height: 10px;
    float: right;
    background-repeat: no-repeat;
    background-position: bottom;
}

#BIQ .BIQ_Element {
    background-repeat: repeat-x;
    background-position: bottom;
    border-left: 3px solid #535353;
}

#BIQ #Price_Field.BIQ_Element {
    border-left: none;
}

#BIQ .BIQ_Element.Non_Field {
    border-left: 3px #333333 solid;
}

#BIQ .BIQ_Element.Non_Field:hover {
    border-left: 3px #333333 solid;
    background-color: #333333;
}

#BIQ .BIQ_Element .floatLeft, #BIQ .BIQ_Element .floatRight {
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 20px;
}

#BIQ .BIQ_Element p {
    color: #FFFFFF;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#BIQ .BIQ_Element .floatLeft {
    width: 57px;
    padding-right: 5px;
    text-align: right;
}

#BIQ .BIQ_Element.field_confirmed {
    border-left: 3px solid rgb(161,192,59);
}

#BIQ .BIQ_Element.field_error {
    border-left: 3px solid rgb(220,91,65);
}

#BIQ #Bottom #Bottom_Middle a,  #BIQ #Bottom #Bottom_Right_Fill a {
    color: white;
    line-height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dotted white;
    padding: 0px;
    letter-spacing: 0.5px;
}

#BIQ #Bottom #Bottom_Middle a:hover, #BIQ #Bottom #Bottom_Right_Fill a:hover {
    border-bottom: 1px solid white;
}


#BIQ .Add_Box {
    display: none;
    cursor: pointer;
    line-height: 20px;
}

.Arrow_Left {
    border-color: transparent transparent #048cde #048cde;
    border-style:solid;
    border-width: 10px 10px 10px 11px;
    width:0;
    height:0;
    position: absolute;
    margin-top: -20px;
}

#BIQ .BIQ_Autocomplete {
    border-bottom: 1px solid #3E3E3E;
    max-height: 200px;
    background-color: #048cde;
}

#BIQ .BIQ_Autocomplete .scroll {
    max-width: 285px;
    overflow: auto;
}

#BIQ .BIQ_Autocomplete ul {
    width: 285px;
    overflow: hidden;
}

#BIQ .BIQ_Autocomplete li {
    width: 285px;
    padding: 5px;
    padding-left: 5px;
    padding-right: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    cursor: pointer;
}

#BIQ .BIQ_Autocomplete .location_AIRPORT {
    background-image: url('/imgs/location_icon_airport.png');
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: bold;
    background-color: #14537C;
    height: 22px;
    line-height: 22px;
}

#BIQ .BIQ_Autocomplete .location_LOCATION {
    background-image: url('/imgs/location_icon_airport.png');
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: bold;
    background-color: #14537C;
    height: 22px;
    line-height: 22px;
}

#BIQ .BIQ_Autocomplete .location_STATION {
    background-image: url('/imgs/location_icon_train.png');
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: bold;
    background-color: #14537C;
    height: 22px;
    line-height: 22px;
}

#BIQ .BIQ_Autocomplete .location_TOWN {
    background-image: url('/imgs/location_icon_town.png');
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: bold;
    background-color: #14537C;
    height: 22px;
    line-height: 22px;
}

#BIQ_Map_Canvas label {
	color: black !important;
}

#BIQ label {
    display: block;
    color: #FFFFFF;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.hide {
    display: none;
}

#BIQ .nop_field {
    font-size: 10px;
    color: #FFFFFF;
}

#BIQ #Price_Field {
    text-align: center;
    background-color: #535353;
    padding-bottom: 1px;
    background-image: none;
    border-top: none;
}

#BIQ #Price_Field .price {
    color: #FFFFFF;
    background-color: #F7BB00;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    text-shadow: 1px 1px 1px #535353;
    filter: dropshadow(color=#ffffff, offx=1, offy=1); 
    letter-spacing: 0.5px;
}

#BIQ .promo {
    background-color: rgb(255,161,0);
    padding: 5px;
    color: black;
}

#BIQ .promo .title {
    text-align: center;
    padding: 3px;
}

#BIQ .promo .text {
    text-align: center;
    padding: 3px;
}

#BIQ #People_Field_Select .ui-stars-star {
    margin-top: 7px;
}

#BIQ .DatePicker {
    display: none;
}

#BIQ .ui-datepicker {
    width: 279px;
}


#BIQ input {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    border: none;
    padding: 5px;
    padding-right: 5px !important;
    width: 100%;
}

#BIQ select {
    border: none;
    padding: 0px;
    margin: 0px;
    top: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    width: auto;
    max-width: 211px;
}

#BIQ .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    font-size: 12px;
    padding: 0px;
    line-height: normal;
    height: 18px;
    background-color: #515151;
    color: white;
}

#BIQ option {
    padding: 5px;
    text-align: left;
}

#BIQ input[type=submit] {
    height: 30px;
    background-color: #356E95;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    letter-spacing: 1px;
    border-top: 1px solid #1e3d53;
    border-bottom: 1px solid #1e3d53;
    cursor: pointer;
    color: white;
}

#BIQ input[type=submit]:hover {
    background-color: #23587f;
    border-color: #1e3d53;
}

#BIQ .promoInput {
    width: 75px;
    margin-left: 10px;
    text-transform: uppercase;
}

#BIQ .number_of_people {
    color: white;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding-right: 4px;
    display: none;
}

#BIQ #People_Field_Select p {
    padding-top: 0px;
}

#BIQ .F_PickupPoint {}

#BIQ .F_DestinationPoint {}

#BIQ .F_ViaPoint {}

#BIQ .F_Points {
    width: 205px;
    background-color: #FFFFFF;
    float: left;
}

.taxicode_icon {
    padding-top: 8px;
    padding-left: 15px;
}

.ui-autocomplete-loading { 
    background-image: none;
}

.ui-autocomplete {
    max-height: 300px;
    max-width: 350px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    font-size: 10px;
    color: #535353;
    pading-right: 0px;
    margin-right: 0px;
}

a.ui-autocomplete-category {
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    background-color: #F1F1F1;
}

.ui-menu-item {
    border-bottom: 1px solid #FCFCFC;
}

.ui-menu-item-alternate {
    font-weight: normal;
    font-size: 12px;
    max-width: 300px;
    width: 300px;
    overflow: hidden;
}

#BIQ #Submit_Field {
    text-align: center;
    border-top: none;
    padding: 10px;
    padding-bottom: 0px;
    display: none;
}

#BIQ #Submit_Field .button {
    background-repeat: no-repeat;
    width: 252px;
    height: 37px;
    margin: 0 auto;
    cursor: pointer;
}

#BIQ #Submit_Field .button:hover {
    background-position: -253px;
}

#BIQ #Submit_Field .button.getprice {
    background-image: url('/imgs/coaches/callbackbutton.png');
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
*/

* html .ui-autocomplete {
    height: 300px;
}

/*
* Nathan: this is temp css fix 
*/
#quotationForm ul li {    
    color: #535353 !important;
    vertical-align: top !important;
    background-image: none !important;
}

#quotationForm ul {
    padding-left: 0px;
}

#quotationForm .leftWidth {
    width: 150px !important;    
    vertical-align: top;
    display: inline-block;    
}

#quotationForm .warning {    
    display: block;
}

#quotationForm input[type="text"], #quotationForm textarea, #quotationForm select {   
    color: #535353;
    font-size: 16px;
    padding: 3px;    
}
.ui-helper-clearfix {
    border: 0px !important;
}

/*directory widget*/
#Directory {
	width: 285px;
}

#Directory #Header {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #3E3E3E;
	background-position: center bottom;
	background-repeat: repeat-x;
	border-color: #3E3E3E #3E3E3E -moz-use-text-color;
	border-radius: 10px 10px 0 0;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
}

.errMsg {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

#Directory #Middle {
	background-color: #535353;
	padding-top: 5px;
	height: 100%;
	width: 100%;
}

#Directory #Header .leftFloat {
	color: #FFFFFF;
	font-size: 16px;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
}

#Directory .floatLeft {
	min-height: 20px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 5px;
	text-align: right;
	width: 57px;
}

#Directory .floatRight {
	min-height: 20px;
	padding-bottom: 7px;
	padding-top: 7px;
}

#Directory label {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

#directoryList {
	border: medium none;
	font-size: 14px;		
	line-height: 25px;
	padding: 10px;
	width: 250px;
	margin: 18px;
	font-size: 16px;
}

#Directory input {
	border: medium none;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	width: 100%;
}

#Directory #Bottom.widget {
	background-color: #535353;

}
#Submit_Field_Directory {
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 37px;
	margin: 0px auto;
	margin-top: 12px;
	width: 252px;
}
#Directory .go {
	background-image: url("/imgs/coaches/go_button_2.png");
	height: 100%;
}
#Directory .go:hover {		
	background-position: -253px;
	height: 100%;
}
#Directory #Bottom {
	border-radius: 0 0 10px 10px;
	height: 10px;
	width: 100%;
}
